home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
Chip_2003-01_cd1.bin
/
oddech
/
space
/
spacecraft.exe
/
scripts
/
DefineButton2_222
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2002-10-22
|
426b
|
20 lines
on(press){
tellTarget("../shotsound")
{
gotoAndStop(2);
}
tellTarget("..")
{
n += "1";
shotnum = "shot" add n;
duplicateMovieClip("/shot",shotnum,"16384" + (n + "100"));
setProperty(shotnum, _X, getProperty("/schiff", _X));
setProperty(shotnum, _Y, getProperty("/schiff", _Y) - "20");
}
tellTarget("../amount")
{
n += "1";
}
play();
}